python: change column name

40

python: change column name -

df = df.rename(columns = {'myvar':'myvar_new'})

Comments

Submit
0 Comments